home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / swish.11 / src / search.h < prev    next >
C/C++ Source or Header  |  1995-03-12  |  745b  |  37 lines

  1. /*
  2. ** Copyright (C) 1995, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 3/11/94
  6. */
  7.  
  8. void search();
  9. struct swline *fixnot();
  10. struct swline *expandstar();
  11. char *getmatchword();
  12. void getheader();
  13. void readoffsets();
  14. void readstopwords();
  15. void readfileoffsets();
  16.  
  17. struct result *parseterm();
  18. struct result *operate();
  19. char *lookupfile();
  20. struct result *getfileinfo();
  21.  
  22. int isrule();
  23. int isbooleanrule();
  24. int isunaryrule();
  25. int getrulenum();
  26.  
  27. struct result *andresultlists();
  28. struct result *orresultlists();
  29. struct result *notresultlist();
  30. struct result *addtoresultlist();
  31.  
  32. struct sortresult *addsortresult();
  33. void printsortedresults();
  34.  
  35. void getrawindexline();
  36. int isokindexheader();
  37.